home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 013a / chkprn.zip / CHKPRN.DOC < prev    next >
Text File  |  1992-01-29  |  6KB  |  184 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.         
  8.         CHKPRN Version 1.0
  9.         Copyright 1992 by Chuck Steenburgh
  10.         
  11.            CHKPRN will check the status of a printer attached to ports
  12.         1, 2, or 3 (LPT1-LPT3).
  13.         
  14.         Usage:       CHKPRN [LPTn]
  15.         
  16.                   LPTn            Optional parameter specifying port
  17.                                   to check.  Valid values for n: 1-3
  18.                                   
  19.         Examples:
  20.         
  21.              CHKPRN               Checks status of LPT1
  22.              
  23.              CHKPRN LPT3          Checks status of LPT3
  24.              
  25.            CHKPRN will display a message indicating the status of the
  26.         printer.  If the printer is ready, the errorlevel will be set
  27.         to 0.  If the printer is not ready, a tone will sound and the
  28.         errorlevel will be set to 1.
  29.         
  30.            The included file SAFEPRN.BAT will check if the printer is
  31.         ready before copying a file to it.  Use SAFEPRN.BAT to print
  32.         text files from the DOS command line.  The syntax for SAFEPRN
  33.         is as folows:
  34.         
  35.                      SAFEPRN filename LPTn:
  36.         
  37.                    filename       Name of the file you wish to print.
  38.                    
  39.                    LPTn           Printer port destination (n=1,2, or 3)
  40.                    
  41.         
  42.              
  43.         
  44.         DISCLAIMER
  45.         
  46.            The programs described in this documentation are guaran-
  47.         teed to do absolutely nothing!  They have, however, in my exper-
  48.         ience performed essentially as described herein.  The author
  49.         will not be responsible for any loss or damages caused through
  50.         the use of these programs.  No warranty, express or implied,
  51.         is provided for this software's performance, merchantability,
  52.         or fitness for a particular purpose.
  53.         
  54.            All trademarks are property of their respective owners.
  55.         
  56.            The programs and documentation are Copyright 1991,1992 by 
  57.         Chuck Steenburgh.  You are encouraged to distribute these pro-
  58.         grams provided the following conditions are met:
  59.         
  60.            - all files contained in the archive or distribution disk
  61.  
  62.                                      Page 1
  63.  
  64.  
  65.  
  66.  
  67.  
  68.              must be distributed together in UNMODIFIED form
  69.         
  70.            - you charge no more than a reasonable fee for copying or
  71.              subscription, and clearly indicate that payment of such
  72.              a fee does NOT grant ownership of the programs.
  73.         
  74.            This program is part of set of utilities known as STEEN-
  75.         BURGH'S STUFF (Mildly Useful Utilities).  The full set of
  76.         utilities includes the following programs:
  77.         
  78.              BATBOX:     Simple menu creation/input system
  79.              CLK:        Displays time on screen
  80.              DOSVER:     Checks for DOS version currently running
  81.              FREEDISK:   Checks for available disk space
  82.              HOWMUCH:    Displays space occupied by a group of files
  83.              INPUT:      Simple prompt/input system
  84.              KLS:        Colorful screen-clearing utility
  85.              LAUNCHER:   File selection/execution system
  86.              MUSIC:      Plays transcribed sheet music on the PC
  87.              RAND:       Random number generator
  88.              SKIP:       Prints blank lines from batch files
  89.              SOUNDER:    Wide range of noise making options
  90.              WAITFOR:    Timed pauses 
  91.              WHENISIT:   Date/time telling utility
  92.              WRITE:      Colorful output anywhere on screen
  93.              XD:         Create/switch directories at the same time
  94.         
  95.            Payment of the $10 registration fee automatically registers
  96.         you for the full set.
  97.         
  98.            You may evaluate these programs for up to 30 days on a free
  99.         trial basis.  After 30 days, you should register your use of
  100.         these programs.  The registration fee is $10, payable to the
  101.         author at the address given below.  IMPORTANT NOTICE:  Effective
  102.         1 March 1992, the registration price for STEENBURGH'S STUFF will
  103.         increase to $20 with a $5 discount for payment by cash, check, 
  104.         or money order.  This price change will be implemented in con-
  105.         junction with the release of Version 2.0 of STEENBURGH'S STUFF.
  106.         
  107.            Let's be real: I don't plan to make alot of money this way.
  108.         Registration does have its advantages:
  109.         
  110.            - I am improving these programs all the time.  Registration
  111.              will get you IMMEDIATELY a disk with the latest version.
  112.              You will also get the next major release of the program
  113.              sent to you free of charge.
  114.         
  115.            - While I can't promise to include everyone's suggestions
  116.              in program updates, you can bet I'll listen to registered
  117.              users before any of you scrounges out there.
  118.         
  119.            - You will me feel all warm and fuzzy and appreciated, and
  120.              all that good stuff.
  121.         
  122.  
  123.                                      Page 2
  124.  
  125.  
  126.  
  127.  
  128.  
  129.            - You will also get an evaluation copy of my text-file for-
  130.              matting program (used to produce the margins in this doc-
  131.              ument), and any other electronic creations I have decided
  132.              to unleash on a foolish, unsuspecting world.
  133.         
  134.            Send comments/registrations to:
  135.         
  136.                 Chuck Steenburgh
  137.                 304A North Main Street
  138.                 Lexington, VA 24450
  139.                 (703)464-5290
  140.                 
  141.                 !!!VIRGINIA RESIDENTS ADD 4.5SALES TAX!!!
  142.         
  143.                 CIS 72330,1776 (I haunt the IBMSYS and IBMPRO forums)
  144.         
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.                                      Page 3